projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54c014f
)
(cancel-function-timers): Add autoload.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 8 Oct 1996 19:01:56 +0000
(19:01 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 8 Oct 1996 19:01:56 +0000
(19:01 +0000)
lisp/timer.el
patch
|
blob
|
history
diff --git
a/lisp/timer.el
b/lisp/timer.el
index a18019e7f65ad9b02d556fb1eb7910c562f0763b..44e6e4ccd539dc654553d8c14d0d582af3fff154 100644
(file)
--- a/
lisp/timer.el
+++ b/
lisp/timer.el
@@
-221,6
+221,7
@@
fire repeatedly that many seconds apart."
(setq timer-idle-list (delq timer timer-idle-list))
nil)
+;;;###autoload
(defun cancel-function-timers (function)
"Cancel all timers scheduled by `run-at-time' which would run FUNCTION."
(interactive "aCancel timers of function: ")